/* 底部导航 */
.footer_pc .in-navigation {
    min-height: 85px;
    background: #F9F9F9;
    position: relative;
  }
  .footer_pc  .daohang-list {
    width: 1200px;
    margin: auto;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
  .footer_pc .daohang-link {
    bottom: 85px;
    position: absolute;
    width: 100%;
    background: #F9F9F9;
  }
  .footer_pc .box ul {
      float: left;
  }
  .footer_pc .youqing-ul {
      width: 1200px;
      border: 1px solid #277fde;
      overflow: hidden;
      padding: 20px 20px 5px;
      margin-top: 50px;
  }
  .footer_pc .youqing-ul li {
    float: left;
    width: 15%;
    text-align: left;
    margin-bottom: 15px;
  }
  .footer_pc .youqing-ul li a:hover{
      color: #0e4783;
  }
  .footer_pc .youqing-ul li a {
    color: #70abf1;
    font-size: 14px;
    text-decoration: none;
  }
  .footer_pc .daohang-lab {
    text-align: center;
  }
  .footer_pc .tabmenues {
    height: 85px;
    line-height: 85px;
    text-align: center;
  }
  .footer_pc .tabmenues h3 {
    font-size: 16px;
    color: #333333;
    float: left;
    margin: 0;
    line-height: 85px;
    font-weight: 500;
    cursor: pointer;
  }
  .footer_pc  .tabmenues h3 img {
    margin-right: 10px;
    width: 16px;
    height: 13px;
  }
  .footer_pc  .tabg {
    float: left;
    background: none;
    font-size: 16px;
    color: #333333;
    font-weight: normal;
    margin-left: 150px;
    cursor: pointer;
  }
  .footer_pc .tabg img {
    margin-left: 9px;
    margin-bottom: 2px;
    width: 15px;
    height: 7px;
  }
  .footer_pc  .tabmenues-ul {
    margin-left: 440px;
  }
  
  /*最底部信息 */
  .footer_pc .buttom {
    width: 100%;
    height: 108px;
    background: #01397c;
  }
  .footer_pc .bottom-container {
    width: 1200px;
    margin: auto;
    text-align: center;
  }
  
  .footer_pc .bottom-information {
    width: 633px;
    height: 42px;
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
    line-height: 14px;
    padding: 35px 282px 31px 282px;
  }
  .footer_pc .bottom-information-top {
    margin-bottom: 12px;
  }